home *** CD-ROM | disk | FTP | other *** search
-
- Everybody these days wants to secure their hard disk. I have been using a
- software scheme for quite a while that is almost bulletproof. The first
- sector on a hard disk is NOT part of DOS. It is the partition table. DOS
- is incapable of reading or writing to this area. Even the Load and Save
- commands in DEBUG cannot access the partition table. It is only
- accessable through BIOS (Interrupt 13H).
-
- On Boot up, the BIOS reads the partition table, and It in turn finds and
- reads the boot sector for DOS. To keep unwanted folk out of your hard
- disk, all you need to do is destroy the signature area at the end of the
- partition table. When your machine is booted, even with a floppy, DOS
- will not even acknowledge the presence of your hard disk.
-
- The ONLY way to regain access to your disk is to run the HARDUNL program
- from floppy, or run FDISK then reformat the hard disk.
-
- Needless to say, this is a key-disk scheme, and will require you to boot
- your system twice. Once to run HARDUNL from the floppy, then a
- Ctrl-Alt-Del to boot from the hard disk. If the key-disk is misplaced
- or damaged, the HARDUNL program can be keyed in under DEBUG and run.
-
- Here are the two programs.
- Run HARDLOCK to secure the drive (it will take effect at the next boot
- attempt).
-
- Run HARDUNL from a system floppy to unlock the drive.
-